home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group92c.txt / 000110_icon-group-sender _Thu Dec 17 09:30:10 1992.msg < prev    next >
Internet Message Format  |  1993-01-04  |  889b

  1. Received: by cheltenham.cs.arizona.edu; Thu, 17 Dec 1992 12:38:52 MST
  2. Date: Thu, 17 Dec 92 09:30:10 -0800
  3. From: wgg@cs.UCSD.EDU (William Griswold)
  4. Message-Id: <9212171730.AA26944@gremlin>
  5. To: ercn72@festival.ed.ac.uk, icon-group@cs.arizona.edu
  6. Subject: Re:  Bus Error
  7. Status: R
  8. Errors-To: icon-group-errors@cs.arizona.edu
  9.  
  10. You never know if you've hit "the" bus error.  There are probably several
  11. latent bugs that could cause a bus error.  Increasing the STRSIZE may not
  12. help you.  A potential cause of a bus error is exhausting the stack (too
  13. many recursive calls), which can overflow into another memory region.
  14. You might try increasing your default stack size (I believe there is one
  15. default for &main, and another for all other coexpressions; if you are
  16. using coexpressions heavily, consider increasing the default stack size
  17. for coexpressions).
  18.  
  19.                     Bill Griswold
  20.